home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 98
/
CD-ROM 98.iso
/
infantil
/
tuxmath
/
tuxmath-2001.09.07-win32-installer.exe
/
src
/
playsound.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-08-29
|
359 b
|
24 lines
/*
playsound.h
For TuxMath
Plays a sound (if sound support is enabled)
by Bill Kendrick
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/
Part of "Tux4Kids" Project
http://www.tux4kids.org/
August 28, 2001 - August 28, 2001
*/
#ifndef PLAYSOUND_H
#define PLAYSOUND_H
void playsound(int snd);
#endif